Release 10.1A: OpenEdge Data Management:
SQL Reference


AUDIT INSERT

Writes application audit events to an audit-enabled database.

For more information about auditing, see OpenEdge Getting Started: Core Business Services . For more information about enabling a database for auditing, see OpenEdge Data Management: Database Administration .

Syntax

AUDIT INSERT ( event_id, 
             [ event_context | NULL ] 
             [ event_detail | NULL ] 
              ); 

event_id

Positive integer value corresponding to an audit event record. The event_id must be a value greater than 32000.

event_context

Free-form character value that qualifies the event_id. May include non-ASCII characters.

event_detail

Free-form character value that supplies detailed information about the audit event. May include non-ASCII characters.

Notes


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095